code_checker ~master (2021-10-02T10:56:44.1868403)
Dub
Repo
Logger
code_checker
engine
logger
Undocumented in source.
@
safe
struct
Logger {
this
(AbsolutePath p);
void
setup
();
void
put
(AbsolutePath f, string[][] content);
}
Constructors
this
this
(AbsolutePath p)
Undocumented in source.
Members
Functions
put
void
put
(AbsolutePath f, string[][] content)
Log
content
to a file in logdir with a filename derived from f.
setup
void
setup
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
code_checker
engine
logger
structs
Logger